home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_84.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  157 b   |  10 lines

  1. global gPrevFrm
  2.  
  3. on mouseUp me
  4.   repeat with i = 1 to gPrevFrm.count
  5.     HelpReturn = getAt(gPrevFrm, i)
  6.     go(HelpReturn)
  7.   end repeat
  8.   gPrevFrm = []
  9. end
  10.